/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a{margin:0;padding:0;outline:0;}
table{border-spacing:0;border-collapse:collapse}
h3,h4,h5,h6{font-weight:normal}
ul,li{list-style:none}
em {font-style: normal;}
a{text-decoration:none; color:#333; transition: 0.2s all; -webkit-transition: 0.2s all; -moz-transition: 0.2s all; -o-transition: 0.2s all;}
a:hover{text-decoration:none; color:#3aa89e;}
img,input,button,select,textarea {background: none; border: none; outline: none}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #c7c7c7 !important;
  font-family: 'Microsoft YaHei'
}

input:-moz-placeholder,textarea:-moz-placeholder {
  color: #c7c7c7 !important;
  font-family: 'Microsoft YaHei'
}

input::-moz-placeholder,textarea::-moz-placeholder {
  color: #c7c7c7 !important;
  font-family: 'Microsoft YaHei'
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #c7c7c7 !important;
  font-family: 'Microsoft YaHei'
}

input {
  font-family: 'Microsoft YaHei'
}

body {
  font: 400 14px/1.5 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', Arial;
  position: relative;
  background: #fff;
  min-width: 1200px;
  padding-top: 44px;
  word-break: break-all;
  overflow-y: scroll;
  overflow-x: hidden
}
.zxjz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bold{font-weight:bold} /*字体加粗*/
.unbold{font-weight:normal} /*取消加粗*/
.fn{font-family:Arial} /*英文字体*/
.tc{text-align:center} /*文本居中*/
.tl{text-align:left}
.tr{text-align:right}
.elp{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} /*文本超出省略号，不自动分行*/
.rel{position:relative} /*相对定位*/
.abs{position:absolute} /*绝对定位*/
.fix{position:fixed} /*浮动定位*/
.fr{float:right} /*浮动*/
.fl{float:left}

.cc:after{display:block;visibility:hidden;clear:both;height:0;content:'.'} /*清除浮动*/
.cc{display:inline-block}
.cc{display:block}
.c{font:0/0 Arial;clear:both;overflow:hidden;height:0}

.hidden{display:none} /*隐藏*/
.vhidden{visibility:hidden} /*隐藏元素，但保留物理空间*/
.vshow{visibility:visible} /*取消保留物理空间隐藏元素*/
.ofh{overflow:hidden} /*超出隐藏*/
.ofh-x{overflow-x:hidden} /*横向超出隐藏*/
.ofh-y{overflow-y:hidden} /*纵向超出隐藏*/
.ofa{overflow-y:auto} /*纵向超出隐藏，自动添加滚动条*/
.block{display:block} /*元素转成块*/
.ma{margin:0 auto} /*水平居中*/
.hand{cursor:pointer} /*手型鼠标*/
.bnone {border:none !important;}
.bfbr6 {width: 100%; background: #fff; border-radius: 6px;}
.c3aa89e {color: #3aa89e;}


/*框架*/
.w100{width:100%}
.main {clear: both; width: 1200px; margin: 0 auto;}
.main1400 {width: 90%; max-width: 1400px; min-width: 1200px; margin: 0 auto; position: relative;}

.clear,.clearfix:after {display: block; height: 0; clear: both; visibility: hidden;}
.clear {font: 0/0 arial;}
.clearfix:after {content: ".";}
.clearfix {zoom: 1;}
.wrapper {width: 1200px; margin: 0 auto;}

.p40 {padding-top: 40px;}
.pm40 {padding-bottom: 40px;}
.mf30 {margin-left: 30px;}
.mr22 {margin-right: 22px;}
.mt20 {margin-top: 20px;}
.mb20 {margin-bottom: 20px;}
.mb42 {margin-bottom: 42px !important;}
.f26 {font-size: 26px;}
.f20 {font-size: 20px;}

/*字体图标*/
@font-face {font-family: 'iconfont';
    src: url('new_icon/iconfont.eot'); /* IE9*/
    src: url('new_icon/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('new_icon/iconfont.woff') format('woff'), /* chrome、firefox */
    url('new_icon/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('new_icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  font-family: iconfont;
}

i.ico,a.ico,h1.ico{position:relative;display:block;overflow:hidden;width:30px;height:30px;background-image:url('../images/ico.gif')}i.ico.weixin{background-position:-60px 0}i.ico.weibo{background-position:-30px 0}i.ico.mobile{background-position:-90px 0}i.ico.video{background-position:-120px 0}i.ico.listVide{background-position:-150px 0}i.ico.listDate{background-position:-210px -120px}i.ico.smallDate{background-position:-240px -120px}i.ico.img{background-position:0 -30px}i.ico.imgs{background-position:-180px -0}i.ico.tall{background-position:-30px -30px}i.ico.visit{background-position:-120px -30px}i.ico.v1{background-position:-270px -60px}i.ico.v2{background-position:-270px -90px}i.ico.v3{background-position:-270px -120px}i.ico.v4{background-position:-270px -150px}i.ico.v5{background-position:-270px -180px}i.ico.cydLogo{background-position:-0 -180px}i.ico.weibaodao{background-position:-240px -150px}i.ico.quan{background-position:-150px -180px}i.ico.search{background-position:-210px -180px}i.ico.weibo1{background-position:0 -240px}i.ico.weixin1{background-position:-30px -240px}i.ico.mail{background-position:-60px -240px}i.ico.rss{background-position:-90px -240px}i.ico.chat{width:23px;height:24px;-webkit-transition:.2s all;-moz-transition:.2s all;-o-transition:.2s all;transition:.2s all;background-position:-120px -240px}i.ico.schat{width:16px;height:16px;background-position:-180px -240px}i.ico.thumbEr{background-position:-210px -210px}i.ico.close{background-position:-240px -180px}i.ico.wx{background-position:-240px -210px}h1.ico.slogo{width:130px;height:25px;text-indent:-999999em;background-position:0 -420px}h1.ico.viewLogo{top:-5px;width:130px;height:30px;text-indent:-999999em;background-position:-150px -420px}i.ico.no{background-position:right bottom}

/*主菜单*/
.menuBox {padding: 13px 0 0; overflow: hidden}
.menuBox .menuList {float: left;}
.menuBox .menuList1 {width: 280px;}
.menuBox .menuList2 {width: 320px;}
.menuBox .menuList3 {width: 320px;}
.menuBox .menuList4 {width: 250px;}
.menuBox .menuList:first-child {margin-left: 0;}
.menuBox .menuList:nth-child(4) {margin-right: 0; float: right;}
.menuBox .titBox {width: 105px; float: left; margin-left: 8px}
.menuBox .titBox .titA {display: inline-block}
.menuBox .titBox .titA:hover {opacity: .85; filter: alpha(opacit=85)}
.menuBox .titBox .titIcon {width: 52px; display: inline-block; float: left; margin: 0 9px 0 0; background-size: 100%; background-position: 0 2px}
.menuBox .titBox .titIcon1 {background-image: url(../img/menuTop1.png)}
.menuBox .titBox .titIcon2 {background-image: url(../img/menuTop2.png)}
.menuBox .titBox .titIcon3 {background-image: url(../img/menuTop3.png)}
.menuBox .titBox .titIcon4 {background-image: url(../img/menuTop4.png)}
.menuBox .titBox .title {font-size: 18px; line-height: 25px; letter-spacing: 1px; font-weight: bold; display: inline-block; float: left}
.menuBox .txtList {font-size: 14px; line-height: 25px; width: auto; margin-left: 105px}
.menuBox .txtList a {display: inline-block; margin-left: 10px; color: #222}
.menuBox .txtList1 {max-width: 216px}
.menuBox .txtList2 {max-width: 237px}
.menuBox .txtList3 {max-width: 239px}
.menuBox .txtList4 {max-width: 145px}

/*多页面通用*/
.topBox {padding: 32px 0}
.topBox .gGBox {float: right; width: 260px; height: 60px; margin: 12px 0 0 55px}
.topBox .logo {float: left; height: 46px}
.topBox .logo a {color: #333;}
.topBox .logo img {display: block; height: 46px; float: left; margin-right: 30px;}
.topBox .logo em {display: block; font-size: 20px; height: 20px; line-height: 20px; font-weight: bold; float: left; padding-top: 13px;}
.topBox .searchBox {float: right; width: 320px; height: 36px; border-radius: 18px; box-shadow: 0 0 9px 1px rgba(6, 0, 1, .1); margin-top: 4px; *border: 1px solid #ddd;}
.topBox .searchBox .searchIpt {line-height: 36px; width: 270px; float: left; margin-left: 15px; height: 36px}
.topBox .searchBox .searchBtn {width: 35px; height: 36px; background-position: 5px -90px; float: right; cursor: pointer;}
.picBg {background: url(../img/fnIndex2019Bg.png?06) no-repeat; display: inline-block; font-size: 0; line-height: 100%; overflow: hidden}

.newsbt { height: 29px; line-height: 29px;}
.newsbt h2 {border-left: 3px solid #3aa89e; width: 100px; padding-left: 17px; font-size: 20px; float: left; font-weight: normal;}
.newsbt a {float: right; margin-right: 20px;}

.tybt {height: 29px; line-height: 29px;}
.tybt h2 {border-left: 3px solid #3aa89e; width: 168px; padding-left: 17px; font-size: 26px; float: left; font-weight: normal;}
.tybt h3 {border-left: 3px solid #3aa89e; width: 52px; padding-left: 21px; font-size: 26px; float: left; font-weight: normal;}
.tybt h3.cp {width: 104px;}
.tybt a {float: right; margin-right: 20px;}
.tybt a.ys2 {float: left; margin-left: 25px; color: #3aa89e;}
.tybt a.ys3 {display: block; padding: 5px 9px; height: 14px; line-height: 14px; background: #f8f8f8; border-radius: 24px; margin-top: 3px;}
.tybt a.ys3:hover {background: #3ba89f; color: #fff;}

.newstop {width: 100%; height: 480px; margin-bottom: 65px;}
.newslbt {width: 780px; height: 480px; float: left; border-radius: 6px; overflow: hidden;}
.newslbt img {border-radius: 6px; display: block;}
.newslbt em {position: absolute; width: 100%; height: 29px; padding-top: 26px; left: 0; bottom:0; background: url(../img/newslbtbg.png) repeat-x left top; color: #fff; text-align: center; border-radius: 0 0 6px 6px;}

.news_rd {padding: 31px 0 22px 0; background: #fff; border-radius: 6px; margin-bottom: 20px;}
.news_rd ul {width: 360px; margin: 0 auto; padding-top: 27px;}
.news_rd ul li {height: 14px; line-height: 14px; margin-bottom: 18px;}
.news_rd ul li span {color: #b39898; margin-right: 20px;}
.news_rd ul li b {margin-right: 20px;}

.news_lb {width: 360px; margin: 0 auto; padding-top: 27px;}
.news_lb img {border-radius: 6px;}
.news_lb em {position: absolute; width: 360px; height: 34px; line-height: 34px; left: 0; bottom:4px; background: url(../img/newslbttbg.png) no-repeat left top; color: #fff; text-align: center;}
.jczt,.cpcp {padding: 28px 0 12px 0; background: #fff; border-radius: 6px; margin-bottom: 20px;}

.prorm {width: 350px; height: 66px; padding: 24px 20px 0 30px; background: #fff; border-radius: 6px; margin-bottom: 20px;}
.prorm em {display: block; height: 16px; line-height: 16px; font-size: 16px; width: 64px; padding-left: 24px; background: url(../img/prormicon.png) no-repeat left top; margin-bottom: 5px;}
.prorm ul {height: 34px; overflow: hidden;}
.prorm ul a {float: left; display: block; height: 13px; line-height: 13px; font-size: 13px; margin-right:18px; margin-top: 15px;}

.prodh {clear: both; width: 100%; padding: 40px 0 20px 0; background: #fff; border-radius: 6px; position: relative;}
.prodh .prodhjg {width: 200px; height: 14px; line-height: 14px; text-align: right; position: absolute; right: 50px; top:16px;}
.prodh .prodhjg span {color: #3aa89e;}
.prodh ul {width: 100%;}
.prodh ul em {display: block; width: 49px; height: 26px; line-height: 26px; text-align: center; float: left; background: url(../img/proembg.png) no-repeat left top; color: #fff; margin:0 50px;}
.prodh ul ol {width: 1034px; float: left;}
.prodh ul ol a {float: left; display: block; height: 23px; line-height: 23px; padding: 0 10px; border-radius: 23px; color:#999; margin-right: 18px; margin-bottom: 18px;}
.prodh ul ol a.on {background: #3ba7a0; color: #fff;}
.prodh ul ol a:hover {background: #3ba7a0; color: #fff;}

.qydqdh {clear: both; width: 100%; padding: 40px 0 20px 0; background: #fff; border-radius: 6px; position: relative;}
.qydqdh .qydqdhjg {width: 200px; height: 14px; line-height: 14px; text-align: right; position: absolute; right: 50px; top:16px;}
.qydqdh .qydqdhjg span {color: #3aa89e;}
.qydqdh ul {clear: both; width: 100%; height: 26px; margin-bottom: 25px;}
.qydqdh ul em {display: block; width: 49px; height: 26px; line-height: 26px; text-align: center; float: left; background: url(../img/proembg.png) no-repeat left top; color: #fff; margin:0 50px;}
.qydqdh ul ol {width: 1034px; float: left;}
.qydqdh ul ol li {float: left; display: block; height: 23px; line-height: 23px; padding: 0 10px; border-radius: 23px; color:#999; margin-right: 18px; margin-bottom: 18px; cursor: pointer;}
.qydqdh ul ol li.on {background: #3ba7a0; color: #fff;}
.qydqdh ul ol li:hover {background: #3ba7a0; color: #fff;}

.prosp {margin:0 50px; border-top:1px solid #f8f8f8; padding-top: 19px;}
.prosp ol {float: left; height: 19px; line-height: 19px; width:800px;}
.prosp ol span {color: #666; margin-right: 38px; float: left;}
.prosp ol a {display: block; height: 19px; line-height: 19px; padding: 0 8px; border-radius: 19px; background: #eee; float: left; margin-right: 15px;}
.prosp ol a:hover {background: #3ba7a0; color: #fff;}
.propx {float: right; width: 42px; padding-left: 24px; height: 14px; background: url(../img/propxicon.png) no-repeat left center; position: relative; cursor: pointer;}
.propx em {display: block; height: 14px; line-height: 14px; padding-right: 14px; background: url(../img/propxicon2.png) no-repeat right center;}
.propxm {position: absolute; left: 0; top: 14px; width: 100%; display: none; z-index: 3;}
.propxm a {display: block; height: 30px; line-height: 30px; background: #f9f9f9; border-bottom: 1px solid #ececec; text-align: center; border-radius: 10px; margin-top: 2px;}
.propxm a:hover {background: #3ba7a0; color: #fff;}

.prolieb {padding-top: 30px; margin-bottom: 63px;}
.prolieb ul {width: 1210px;}
.prolieb ul li {float: left; width: 232px; height: 300px; background: #fff; margin: 0 10px 10px 0; border-radius: 6px; text-align: center; position: relative; transition: 0.2s all; -webkit-transition: 0.2s all; -moz-transition: 0.2s all; -o-transition: 0.2s all;}
.prolieb ul li:hover {-moz-box-shadow:1px 1px 7px 1px #ECECEC; -webkit-box-shadow:1px 1px 7px 1px #ECECEC; box-shadow:1px 1px 7px 1px #ECECEC;}
.prolieb ul li .proimg {width: 232px; height: 190px;}
.prolieb ul li .proimg img {max-height: 160px; max-width: 180px;}
.prolieb ul li h2 {width: 220px; font-size: 15px; height: 56px; line-height: 24px; font-weight: normal; padding-top: 8px; margin-bottom: 17px; margin: 0 auto; overflow: hidden;}
.prolieb ul li span {font-size: 12px; color: #666;}
.prolieb ul li em {position: absolute; right: 0; top: 0; width: 42px; height: 24px; line-height: 24px; border-radius: 0 6px 0 6px; color:#fff; font-size: 12px;}
.prolieb ul li em.new {background: #fba613;}
.prolieb ul li em.hd {background:#e70636;}

.nyheadbg {clear: both; width: 100%; background: #fff;}
.newsbg {width: 100%; background: #f9f9f9; padding: 40px 0 100px 0;}
.mbx {clear: both; width: 100%; height: 14px; padding-bottom: 33px;}
.probg {width: 100%; background: #f9f9f9; padding: 40px 0 85px 0;}
.ppbg {width: 100%; background: #f9f9f9; padding: 40px 0 95px 0;}

/*分页*/
.page {clear: both; width: 700px; margin: 0 auto;}
.page a {float: left; width: 37px; height: 37px; line-height: 37px; text-align: center; margin-right: 3px; color: #888; background: #fff; border:1px solid #e5e5e5; font-size: 12px;}
.page a:hover {background: #3aa89e; border:1px solid #3aa89e; color: #fff;}
.page a.active{background: #3aa89e; border:1px solid #3aa89e; color: #fff;}
.page a.morelast,.page a.morefirst{width: 50px;}
.page a.priv:after{content:"<";font-family: "宋体,simsun"; font-size:14px;}
.page a.next:after{content:">";font-family: "宋体,simsun"; font-size:14px;}
.page a.morelast:before{content:"···";}

/*分页
.page {clear: both; width: 700px; margin: 0 auto;}
.page a {float: left; height: 37px; line-height: 37px; text-align: center; margin-right: 3px; color: #888; background: #fff; border:1px solid #e5e5e5;}
.page a:hover {background: #3aa89e; border:1px solid #3aa89e; color: #fff;}
.page a.page_sw {width: 70px;}
.page a.page_pn {width: 72px;}
.page a.page_ym {width: 37px;}
.page a.page_sl {width: 37px;}
.page a.page_sl:hover {background: #fff; border:1px solid #e5e5e5; color: #333;}
.page input {float: left; width: 73px; height: 37px; line-height: 37px; text-align: center; color: #888; background: #fff; margin-left: 27px; border:1px solid #e5e5e5; border-width: 1px 0 1px 1px;}
.page a.page_go {border:1px solid #3aa89e; color: #3aa89e; width: 37px; background: #eef4f3;}
*/
/*免费设计*/
.mfsjbg {width: 100%; height: 100%; background: rgba(0,0,0,0.6); position: absolute; left: 0; top: 0; z-index: 34; display: none;}
.mfsjtc {width: 800px; height: 411px; padding-top: 47px; background: #fff; border-radius: 6px; position: fixed; left: 50%; top: 50%; margin-left: -400px; margin-top: -229px;}
.mfsjtc ul {width: 284px; height: 355px; padding: 6px 67px 0 68px; border-right: 1px dashed #e5e5e5; float: left;}
.mfsjtc ul em {display: block; color: #000; font-size: 20px; height: 20px; line-height: 20px; margin-bottom: 17px; text-align: center;}
.mfsjtc ul em span {color: #3aa89e;}
.mfsjtc ul p {height: 14px; line-height: 14px; color: #999; margin-bottom: 54px; text-align: center;}
.mfsjtc ul input {width: 257px; height: 39px; line-height: 39px; padding-left: 25px; border:1px solid #c9c9c9; border-radius:39px; margin-bottom: 22px;}
.mfsjtc ul input.submit {display: block; width: 169px; height: 39px; line-height: 39px; text-align: center; padding-left: 0; border:1px solid #3aa89e; border-radius: 39px; color: #3aa89e; margin: 0 auto; cursor: pointer;}
.mfsjtc ul input.submit:hover {background: #3aa89e; color: #fff;}
.mfsjtc ol {float: left; width: 380px; text-align: center; padding-top: 9px;}
.mfsjtc b {display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; color: #fff; font-size: 34px; position: absolute; right: -50px; top: 0; cursor: pointer;}
/*公共底部*/
.footbg {clear: both; width: 100%; background: #282c31; padding: 48px 0 46px 0;}
.foot1 {padding-bottom: 17px; border-bottom: 1px solid #393e44;}
.foot1 ul h2 {font-size: 18px; color: #a8afb9; font-weight: normal; height: 18px; line-height: 18px; margin-bottom: 22px;}
.foot1 ul li {float: left; margin-right: 34px; margin-bottom: 17px;}
.foot1 ul li a {color: #a8afb9;}

.foot2 {padding-top: 37px;}
.foot2l {float: left; width: 780px; color: #7b818a;}
.foot2l a {color: #7b818a;}
.footpro {width: 100%; height:14px; line-height: 14px; overflow: hidden; margin-bottom: 24px;}
.foot2l p {font-size: 12px; height: 12px; margin-bottom: 9px; width:100%;}
.foot2r {float: right; width: 242px; overflow: hidden; padding-top: 13px;}
.foot2r ol {width: 300px;}
.foot2r ol li {width: 92px; float: left; margin-right: 58px; text-align: center; color: #666c74; font-size: 13px;}

/*头部导航*/
.global-topnav {
  position: fixed !important;
  z-index: 1200;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-width: 1200px;
  margin: 0 auto;
  background: #2f3e50;
  font-family: arial
}

.global-topnav .wrapper {width: 100%}
.global-topnav a {color: #ccc}

.global-topnav .global-sitenav {
  display: inline;
  float: left;
  height: 44px;
  margin: 0 0 0 20px
}

.global-topnav .global-sitenav .global-item {
  position: relative;
  zoom: 1;
  float: left;
  min-width: 60px;
  height: 44px;
  margin: 0 10px 0 0
}

.global-topnav .global-sitenav .global-item .newIcon {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 5px;
  right: -16px;
  font-size: 0;
  line-height: 100;
  overflow: hidden
}

.global-topnav .global-sitenav .trigger {
  position: relative;
  top: 0;
  left: 0;
  z-index: 12;
  float: left;
  height: 44px;
  overflow: hidden;
  margin: 0;
  margin: 1px 0 0 \9;
  padding: 0 26px 0 14px;
  border-bottom: 0 none;
  color: #ccc;
  line-height: 44px;
  cursor: pointer;
  font-size: 12px
}

.global-topnav .global-sitenav .triangle-icon {
  position: absolute;
  top: 50%;
  float: left;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: -2px 0 0 7px;
  border: 4px solid #2f3e50;
  border-top-color: #666;
  font: 0/0 arial
}

.global-topnav .global-sitenav .new-icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  background: url(../images/new.png) no-repeat;
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 0;
  line-height: 200;
  overflow: hidden
}

.global-topnav .global-sitenav .dropdown-items {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 10;
  width: 146px;
  border: 1px solid #e9e9e9;
  border-top: 0 none;
  background: #fff
}

.global-topnav .global-sitenav .global-site-items {
  width: 108px;
  overflow: hidden;
  line-height: 46px
}

.global-topnav .global-sitenav .global-site-items .global-site-item {
  float: none;
  min-height: 46px;
  height: auto;
  min-width: 118px;
  margin: 0 10px;
  padding: 0;
  border: 0;
  border-top: 1px dashed #e9e9e9
}

.global-topnav .global-sitenav .global-site-items .global-site-item:first-child {
  border-top: 0 none
}

.global-topnav .global-sitenav .global-site-items a,.global-topnav .global-sitenav .global-site-items span {
  display: block;
  height: 28px;
  overflow: hidden;
  margin: 4px 0 0;
  padding: 0 0 0 38px;
  color: #666;
  font: 400 14px/28px 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1'
}

.global-topnav .global-sitenav .global-site-items a:hover {
  color: #ed3945
}

.global-topnav .global-sitenav .global-site-items .wechat-link {
	background-position: -3px -158px;
	cursor: pointer;
}

.global-topnav .global-sitenav .global-site-items .wap-link {
	background-position: -5px -127px;
	cursor: pointer;
}

.global-topnav .global-sitenav .global-site-items .QR-code {
  display: none;
  height: 80px;
  padding: 0 20px 10px 0;
  text-align: center
}

.global-topnav .global-sitenav .global-site-items .hover .QR-code,.global-topnav .global-sitenav .hover .dropdown-items {
  display: block
}

.global-topnav .global-sitenav .site-navigation dd,.global-topnav .global-sitenav .site-navigation dt {
  height: 46px;
  margin: -1px 0 0;
  border-top: 1px dashed #e9e9e9;
  font: 400 14px/46px 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1';
  float: left;
  overflow: hidden
}

.global-topnav .global-sitenav .site-navigation .dropdown-items {
  width: 525px;
  padding: 0 20px
}

.global-topnav .global-sitenav .site-navigation dl {
  position: relative;
  overflow: hidden
}

.global-topnav .global-sitenav .site-navigation dt {
  width: 70px
}

.global-topnav .global-sitenav .site-navigation dd {
  width: 455px
}

.global-topnav .global-sitenav .site-navigation a {
  float: left;
  margin: 0 0 0 13px;
  color: #666
}

.global-topnav .global-sitenav .site-navigation a:hover {
  color: #ed3945
}

.global-topnav .global-sitenav .site-navigation dt a {
  height: 16px;
  margin: 15px 0 0;
  padding: 0 10px 0 0;
  border-right: 2px solid #d7d7d7;
  color: #ed3945;
  line-height: 16px
}

.global-topnav .global-sitenav .hover .trigger {z-index: 100; padding-bottom: 2px; border-color: #e9e9e9; background: #fff; color: #333}
.global-topnav .global-sitenav .hover .triangle-icon {
  margin-top: -7px;
  border: 4px solid #fff;
  border-bottom-color: #666
}
.global-topnav .global-sitenav #weChatBox {width:144px}

.global-topnav .global-personal-center {
  display: inline;
  position: relative;
  float: right;
  margin: 0 20px 0 0
}

.global-topnav .global-personal-center .login-box {
  float: right;
  height: 44px;
  line-height: 44px;
}

.global-topnav .login-box li {
  float: left;
  height: 44px;
  width:77px;
  overflow: hidden;
  text-align: center;
}
.global-topnav .login-box li.on {background: #1b2838;}

.global-topnav .login-box a {
  display: block
}

.global-topnav .login-box .login-link {
  position: relative;
  height: 44px;
  width: 77px
}

.global-topnav .login-box .login-link .icon {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-top: 10px;
  overflow: hidden;
  margin: 0 12px 0 0;
  background: url(../img/dlicon.png) no-repeat left center;
}

.news-list li,.pic-list .pic-item,.product-nav-box .product-nav .item .icon img,.sidenav-box .links a {
  vertical-align: middle
}

.global-topnav .global-personal-center .global-login-out,.global-topnav .global-personal-center .global-weclome-tip {
  float: left;
  height: 40px;
  margin-top: 2px;
  color: #ccc;
  line-height: 40px
}

.global-topnav .global-personal-center .global-site-items a {
  padding-left: 5px;
  background: 0 0
}

.global-topnav .global-personal-center .global-site-items a em {
  font-style: normal;
  font-size: 12px
}

.global-topnav .global-personal-center .global-site-items a span {
  display: inline-block;
  vertical-align: middle
}

.global-topnav .global-personal-center .user-name {
  max-width: 77px;
  overflow: hidden
}

.global-topnav .global-personal-center .user-name .triangle-icon {
  right: 10px
}

.global-topnav .global-personal-center .global-num {
  position: absolute;
  top: 3px;
  left: 24px;
  z-index: 1000;
  height: 13px;
  width: 34px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ad0000;
  color: #fff;
  font: 400 10px/12px Arial;
  text-align: center;
  -webkit-text-size-adjust: none
}

.global-topnav.fixed-topnav {
  position: fixed;
  z-index: 999997;
  height: 44px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .2)
}

.global-topnav.fixed-topnav .wrapper {
  width: 1200px
}

.global-topnav.fixed-topnav .wrapper .global-sitenav {
  margin-left: 0
}

.global-topnav.fixed-topnav .wrapper .global-personal-center {
  margin-right: 0
}

.global-topnav.fixed-topnav .search-box {
  display: block
}

.global-topnav.fixed-topnav .ad-div {
  display: none
}

.global-topnav .narrow-wrapper {
  width: 1000px
}

.global-topnav .narrow-wrapper .search-box {
  width: 320px;
  margin-left: 40px
}

.global-topnav .narrow-wrapper .search-box .search-input {
  width: 250px
}

.global-topnav .narrow-wrapper .search-box .input-wrap {
  width: 270px
}

.global-topnav .global-fengniao-weibo {
  line-height: 80px
}

.global-topnav .global-sitenav .dropdown-items01 a {background: none; padding-left: 10px}
.global-topnav .global-sitenav .fn-index {display: block; height: 44px; line-height: 44px; font-size: 12px;}

